home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
t3_1
/
tman.lha
/
tman
/
feature.tex
/
node8_mn.html
< prev
next >
Wrap
Text File
|
1990-10-02
|
1KB
|
49 lines
<H1><A ID="SECTION00170000000000000000">
Pools</A>
</H1>
<P>
<#455#><I>Pools</I><#455#><A ID="456"><tex2html_anchor_invisible_mark></A> give a convenient way to perform explicit storage management in T.
One may obtain an object from a pool (popping the pool's free list, or
creating a new object if the free list is empty), and later return an
object to a pool. By managing storage allocation in this way, the
frequency of garbage collections <A ID="457"><tex2html_anchor_invisible_mark></A>
<P>
All pools are emptied when a garbage collection occurs. Garbage
collections occur asynchronously in an implementation-dependent manner.
<A ID="458"><tex2html_anchor_invisible_mark></A>
<P>
<A ID="686"><tex2html_anchor_invisible_mark></A>
<#760#><#760#>
<P>
<BR>
<tex2html_image_mark>#inset463#
<BR>
<P>
<A ID="688"><tex2html_anchor_invisible_mark></A>
<#761#><#761#>
<P>
<BR>
<tex2html_image_mark>#inset472#
<BR>
<P>
<A ID="690"><tex2html_anchor_invisible_mark></A>
<#762#><#762#>
<P>
<BR>
<tex2html_image_mark>#inset480#
<BR>
<P>